home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / plugins / Services / files / Install.bat next >
Encoding:
DOS Batch File  |  2004-08-25  |  504 b   |  12 lines

  1. @echo off
  2. echo
  3. copy usr\local\mysql\bin\my-small.cnf c:\my.cnf
  4. echo Installing Apache2 Service ...
  5. C:/UniServX.X/usr/local/apache2/bin/Apache.exe -f C:/UniServX.X/usr/local/apache2/conf/httpd.conf -d C:/UniServX.X/usr/local/apache2/. -k install -n "Apache2"
  6. echo Installing MySQL Service ...
  7. C:/UniServX.X/usr/local/mysql/bin/mysqld-opt.exe  --install
  8. net start Apache2
  9. net start MySQL
  10. start diskw/home/admin/www/redirect.html
  11. echo Now you can copy important data and use the server!
  12. rem pause